home *** CD-ROM | disk | FTP | other *** search
/ Cinema Studio: Frank Herrmann / Cinema Studio - Frank Herrmann.iso / tools / raystorm / readme < prev    next >
Text File  |  1995-06-25  |  2KB  |  79 lines

  1.                                                               25 June 1995
  2.  
  3.                               RayStorm v1.0
  4.  
  5.                                Demoversion
  6.                                    by
  7.                              Andreas Heumann
  8.                                   and
  9.                                Mike Hesser
  10.  
  11. INTRODUCTION
  12.  
  13. This is the demoversion of a new raytracer called 'RayStrom'.
  14.  
  15. RayStorm has been written to be as fast as possible, and use as less
  16. memory as possible. Thus we have implemented a octree algorithm, and
  17. optimized all calculations as much as we can.
  18.  
  19. It has been developed on Amiga and also on PC, therefore there also
  20. exists a PC-Version.
  21.  
  22. This demo version is limited to a resolution of 160x128, only 2
  23. lightsources and only 10 objects.
  24.  
  25. The full version is unlimited.
  26.  
  27. REQUIREMENTS
  28.  
  29. You will need at least Kickstart 2.0 and a 68020 processor and a
  30. mathematical coprocessor (68881/882 or internal 68040/060 version).
  31.  
  32. The faster the better :-).
  33.  
  34. FEATURES
  35.  
  36. - Fast. About 20% faster than Imagine.
  37.  
  38. - ARexx-port. RayStorm can be used by all programs with the ARexx-port.
  39.  
  40. - Imagine compatible. RayStorm is designed to be almost compatible to
  41.   Imagine. It can load Imagine objects and use Imagine textures.
  42.  
  43. - Octree algorithm used for rendering.
  44.  
  45. - Antialiasing possibility.
  46.  
  47. - Image can be saved as 24Bit IFF-ILBM file.
  48.  
  49. - Two builtin fast textures: linear and checker.
  50.  
  51. - Three builtin object types: sphere, plane and triangle.
  52.  
  53. - Three light types: ambient, point and spot.
  54.  
  55. REGISTER
  56.  
  57. If you like RayStorm send me 20 DM or 15 US $ and a empty disk and you get
  58. the full version of RayStorm.
  59.  
  60. AUTHORS
  61.  
  62.  
  63.    Andreas Heumann
  64.  
  65.    E-mail:  heumann@hugo.rz.fh-ulm.de
  66.    S-mail:  Heilmeyersteige 105
  67.             89075 Ulm
  68.             Germany
  69.  
  70.  
  71.    Mike Hesser
  72.  
  73.    E-mail:  s_hesser@rzmain.rz.uni-ulm.de
  74.             hessermi@pcpool1.informatik.uni-ulm.de
  75.    S-mail:  Heilmeyersteige 105
  76.             89075 Ulm
  77.             Germany
  78.  
  79.